home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / basic / NewCommandSet.readme < prev    next >
Text File  |  1999-03-02  |  11KB  |  234 lines

  1. Short:    NCS V1.70 - 21 new Blitz Basic II libs to give it a second life...
  2. Author:   alphasnd@sdv.fr (Laboureur Frederic)
  3. Uploader: alphasnd@sdv.fr (Laboureur Frederic)
  4. Version:  1.70
  5. Type:     dev/basic
  6. Replace:  NewCommandSet.lha
  7.  
  8.   Imagine... Use your Blitz 2 compiler to produce very small and very
  9.   fast executables, without lot of changes... This dream is reality.
  10.  
  11.   This new set includes 21 libraries:
  12.  
  13.     Window    (Window replacement library)
  14.     Screen    (Screen replacament library)
  15.     Chunky    (New library, for chunky manipulation)
  16.     Misc      (Some commands replacement)
  17.     Memory    (Memory based commands replacement)
  18.     String    (String based commands replacement)
  19.     ASL       (ASL Library management)
  20.     Font      (Font library replacement)
  21.     GadTools  (For creating good looking interfaces)
  22.     Locale    (Catalog support for localized programs)
  23.     Picture   (IFF/ILBM library replacement, very fast)
  24.     Drawing   (2D Drawing stuffs, system friendly)
  25.     BitMap    (BitMap routine replacement)
  26.     Palette   (Palette functions with FadeOut routine)
  27.     XPK       (Easy XPK support)
  28.     WBStartup (New WbStartup library for even small exe)
  29.     Clipboard (Easy Amiga clipboard support for text)
  30.     App       (For supporting AppWindows and AppMenu)
  31.     OS        (OS functions)
  32.     TagList   (TagList easy handling)
  33.     Commodity (Commodity handling)
  34.  
  35.   With this set, you will able to produce under 3 kb executables which open
  36.   a screen, some windows and more :). Normal executables would have take
  37.   more than 30 kb to do the same.
  38.  
  39.   And better, you can now check every importants commmands result, so you will
  40.   be able to check if the window or the screen is really opened.
  41.  
  42.   All the commands are now FULLY system friendly, not like old Acid ones :(.
  43.  
  44.   It has a very easy installer script which can do all the installation alone.
  45.  
  46.   * NEW in V1.70 **************************************************************
  47.  
  48. NTagList Library Added:
  49.   + NInitTagList()
  50.   + NResestTagList()
  51.   + NAddTag()
  52.   + NTagListID()
  53.   + NFreeTagList()
  54.  
  55. NBitMap Library()
  56.   + Changed NBitmap() now clear automatially the new bitmap
  57.  
  58. NWindow Library:
  59.   + Added NWindowEvent(), NWaitWindowEvent()
  60.   + Added NDetachGadgetList()
  61.   + Added NWindowEventID()
  62.   + Changed all the internal gestion of the windows. Now you can open
  63.     an unlimited number of windows. A shared msgport is use to reduce
  64.     code size and improve speed.
  65.   + Changed the way of NWindow() works. Now, it takes InnerWidth and
  66.     InnerHeight as parameter instead of Width and Height. So you now
  67.     have Border sensitive window without do anything. Magic ? :)
  68.   + Removed NWCursX(), NWCursY() -> NDrawing Library
  69.  
  70. NPalette Library:
  71.   + Fixed NRed(), NBlue(), NGreen()
  72.  
  73. NDrawing Library:
  74.   + Added NCursX(), NCursY()
  75.   + Fixed NObtainBestPen()
  76.  
  77. NFont Library:
  78.   + Changed NLoadFont() is now a command (no more only a function)
  79.  
  80. NMenu Library:
  81.   + Standalone menu library (was inside GadTools Library Before)
  82.   + Fixed the NToggle(Sub)Item() functions. Now works fawlessly.
  83.     (Took me a while, so be happy please :-D...)
  84.  
  85. NScreen Library:
  86.   + Fixed a little bug when close a screen
  87.  
  88. NString Library:
  89.   + Fixed NChr$()
  90.   + Fixed NLeft$(), NRight$()
  91.  
  92. Documentations changes:
  93.   + Added TagList guide
  94.   + Added NGadgetAttrs() in the Gadget.guide (it was missing !)
  95.   + Added IDCMP informartions in the Window guide
  96.     (see NWaitWindowEvent())
  97.   + Added the full Tags definitions (100%) for any commands which
  98.     requiers a TagList.
  99.   + Corrected Drawing guide (lot of mistakes)
  100.   + Updated all other guides to reflects the changes.
  101.  
  102. Misc:
  103.   + Included a new AmigaLibs.res file with all OS 3.1 includes.
  104.   + Included NewFDConvert from James L Boyd.
  105.   + Included OpenBlitz, a C/C++ header -> Blitz 2 convertor
  106.   + Included a new version of MakeDefLibs
  107.   + Removed NLibs.res (no more needed)
  108.   + Changed GadTools -> Gadget (more logical)
  109.   + Optimized ASL.library a bit.
  110.   + Richard Andersson has joined the team !
  111.  
  112.  
  113.       Enjoy the Amiga POWER !
  114.  
  115.             Fred.
  116.  
  117.  
  118. ============================= Archive contents =============================
  119.  
  120. Original  Packed Ratio    Date     Time    Name
  121. -------- ------- ----- --------- --------  -------------
  122.     2209    1007 54.4% 07-Feb-99 12:11:48  NewCommandSet_V1.70.info
  123.     1467     710 51.6% 07-Feb-99 12:14:02 +App.bb2
  124.     1206     195 83.8% 07-Feb-99 12:14:02 +App.bb2.xtra
  125.     2731     894 67.2% 07-Feb-99 12:14:02 +Asl.bb2
  126.     1206     183 84.8% 07-Feb-99 12:14:02 +Asl.bb2.xtra
  127.     1407     458 67.4% 07-Feb-99 12:14:02 +Chunky.bb2
  128.     1206     148 87.7% 07-Feb-99 12:14:04 +Chunky.bb2.xtra
  129.      294     148 49.6% 07-Feb-99 12:14:04 +Clipboard.bb2
  130.     1206     143 88.1% 07-Feb-99 12:14:04 +Clipboard.bb2.xtra
  131.     2441     779 68.0% 07-Feb-99 12:38:48 +Commodity.bb2
  132.     1206     178 85.2% 07-Feb-99 12:38:50 +Commodity.bb2.xtra
  133.      962     519 46.0% 07-Feb-99 12:14:06 +DoubleBuffering.bb2
  134.     1206     177 85.3% 07-Feb-99 12:14:06 +DoubleBuffering.bb2.xtra
  135.     1034     432 58.2% 07-Feb-99 12:14:06 +Drawing.bb2
  136.     1206     203 83.1% 07-Feb-99 12:14:06 +Drawing.bb2.xtra
  137.      699     287 58.9% 07-Feb-99 12:14:06 +Font.bb2
  138.     1206     214 82.2% 07-Feb-99 12:14:06 +Font.bb2.xtra
  139.     4997    1917 61.6% 07-Feb-99 12:14:08 +GadTools 1.bb2
  140.     1206     201 83.3% 07-Feb-99 12:14:08 +GadTools 1.bb2.xtra
  141.     1439     684 52.4% 07-Feb-99 12:14:08 +GadTools 2.bb2
  142.     1206     172 85.7% 07-Feb-99 12:14:08 +GadTools 2.bb2.xtra
  143.      942     396 57.9% 07-Feb-99 12:14:08 +Palette.bb2
  144.     1206     145 87.9% 07-Feb-99 12:14:10 +Palette.bb2.xtra
  145.     1384     586 57.6% 07-Feb-99 12:14:10 +Picture.bb2
  146.     1206     150 87.5% 07-Feb-99 12:14:10 +Picture.bb2.xtra
  147.     3394    1336 60.6% 07-Feb-99 12:14:10 +Program 1.bb2
  148.     1206     183 84.8% 07-Feb-99 12:14:10 +Program 1.bb2.xtra
  149.      850     379 55.4% 07-Feb-99 12:14:10 +Screen 1.bb2
  150.     1206     146 87.8% 07-Feb-99 12:14:12 +Screen 1.bb2.xtra
  151.      747     348 53.4% 07-Feb-99 12:14:12 +Screen 2.bb2
  152.     1206     146 87.8% 07-Feb-99 12:14:12 +Screen 2.bb2.xtra
  153.     9110    3584 60.6% 07-Feb-99 12:14:12 +ScreenModePref.bb2
  154.     1206     187 84.4% 07-Feb-99 12:14:14 +ScreenModePref.bb2.xtra
  155.     1412     674 52.2% 07-Feb-99 12:14:14 +Window 1.bb2
  156.     1206     183 84.8% 07-Feb-99 12:14:14 +Window 1.bb2.xtra
  157.     1462     652 55.4% 07-Feb-99 12:14:14 +Window 2.bb2
  158.     1206     194 83.9% 07-Feb-99 12:14:14 +Window 2.bb2.xtra
  159.     1993     850 57.3% 07-Feb-99 12:14:16 +XPK.bb2
  160.     1206     180 85.0% 07-Feb-99 12:14:16 +XPK.bb2.xtra
  161.     2041     771 62.2% 31-Jan-99 16:14:56 +Install
  162.     3837    1919 49.9% 07-Feb-99 12:11:48 +Install.info
  163.     2209    1008 54.3% 07-Feb-99 12:11:48 +NHelp.info
  164.     4392    1660 62.2% 31-Jan-99 16:28:42 +App.guide
  165.    30519    8098 73.4% 02-Feb-99 21:05:16 +ASL.guide
  166.     2600    1061 59.1% 16-Jan-99 11:58:48 +BitMap.guide
  167.     3669    1339 63.5% 02-Feb-99 20:08:56 +Chunky.guide
  168.      978     499 48.9% 16-Jan-99 11:58:48 +Clipboard.guide
  169.     9153    2661 70.9% 06-Feb-99 12:04:26 +Commodities.guide
  170.     7764    2505 67.7% 31-Jan-99 12:35:26 +Drawing.guide
  171.     1997     874 56.2% 16-Jan-99 11:58:48 +Font.guide
  172.     9311    2783 70.1% 04-Feb-99 20:09:34 +FreeLibs.guide
  173.    23536    6285 73.2% 02-Feb-99 20:46:02 +GadTools.guide
  174.     2066     937 54.6% 16-Jan-99 12:00:20 +Locale.guide
  175.     1215     543 55.3% 16-Jan-99 11:58:48 +Memory.guide
  176.     3800    1080 71.5% 31-Jan-99 14:57:26 +Menu.guide
  177.     2060    1010 50.9% 16-Jan-99 11:58:48 +Misc.guide
  178.    20692    8181 60.4% 06-Feb-99 12:00:40 +NewCommandSet.guide
  179.     2837    1376 51.4% 16-Jan-99 11:58:48 +NewCommandSet.guide.info
  180.     1764     527 70.1% 16-Jan-99 11:58:48 +OS.guide
  181.     6886    2339 66.0% 16-Jan-99 11:58:48 +Palette.guide
  182.     3438    1253 63.5% 16-Jan-99 11:58:48 +Picture.guide
  183.    23623    7590 67.8% 02-Feb-99 19:17:36 +Screen.guide
  184.     3665    1021 72.1% 16-Jan-99 11:58:48 +String.guide
  185.     2339     950 59.3% 31-Jan-99 19:35:14 +TagList.guide
  186.      997     544 45.4% 16-Jan-99 11:58:48 +WBStartup.guide
  187.    31937   10702 66.4% 02-Feb-99 20:05:04 +Window.guide
  188.     5572    1791 67.8% 16-Jan-99 11:58:48 +Xpk.guide
  189.     1404     760 45.8% 07-Feb-99 12:03:40 +App.obj
  190.     1164     527 54.7% 07-Feb-99 12:03:40 +Asl.obj
  191.     1036     576 44.4% 07-Feb-99 12:03:40 +BitMap.obj
  192.     4808     723 84.9% 07-Feb-99 12:03:42 +C2P.obj
  193.     1240     655 47.1% 07-Feb-99 12:03:42 +Chunky.obj
  194.      692     435 37.1% 07-Feb-99 12:03:42 +ClipBoard.obj
  195.     1488     738 50.4% 07-Feb-99 12:39:06 +Commodity.obj
  196.     2424     947 60.9% 07-Feb-99 12:03:42 +Drawing.obj
  197.      848     473 44.2% 07-Feb-99 12:03:42 +Font.obj
  198.     3940    1384 64.8% 07-Feb-99 12:03:42 +GadTools.obj
  199.      668     387 42.0% 07-Feb-99 12:03:42 +Locale.obj
  200.      560     229 59.1% 07-Feb-99 12:03:42 +Memory.obj
  201.     1924     942 51.0% 07-Feb-99 12:03:44 +Menu.obj
  202.      704     312 55.6% 07-Feb-99 12:03:44 +Misc.obj
  203.      520     190 63.4% 07-Feb-99 12:03:44 +OS.obj
  204.     2548    1259 50.5% 07-Feb-99 12:03:44 +Palette.obj
  205.     1612     863 46.4% 07-Feb-99 12:03:44 +Picture.obj
  206.     3036    1274 58.0% 07-Feb-99 12:03:44 +Screen.obj
  207.     1084     483 55.4% 07-Feb-99 12:03:44 +String.obj
  208.      860     444 48.3% 07-Feb-99 12:03:44 +TagList.obj
  209.      312     197 36.8% 07-Feb-99 12:03:44 +WbStartup.obj
  210.     3248    1432 55.9% 07-Feb-99 12:03:44 +Window.obj
  211.     1996     842 57.8% 07-Feb-99 12:03:46 +Xpk.obj
  212.     2209    1004 54.5% 07-Feb-99 12:12:32 +Resident.info
  213.   279880  139905 50.0% 31-Jan-99 16:12:18 +AmigaLibs.res
  214.     2106     983 53.3% 07-Feb-99 12:06:26 +NewAmigaLibs.readme
  215.     2837    1379 51.3% 07-Feb-99 12:12:32 +NewAmigaLibs.readme.info
  216.     2209    1012 54.1% 07-Feb-99 12:11:48 +Tools.info
  217.     2209    1006 54.4% 31-Jan-99 16:10:46 +NewFDConvert.info
  218.    22396   22216  0.8% 31-Jan-99 16:04:42 +NewFDConvert
  219.     7850    3228 58.8% 31-Jan-99 16:04:42 +newfdconvert.asc
  220.     6780    3110 54.1% 31-Jan-99 16:04:42 +newfdconvert.bb2
  221.     1230     212 82.7% 31-Jan-99 16:04:42 +newfdconvert.bb2.xtra
  222.     2662    1339 49.6% 31-Jan-99 16:04:42 +NewFDConvert.guide
  223.     3346    1248 62.7% 31-Jan-99 16:10:44 +NewFDConvert.guide.info
  224.     2506    1355 45.9% 31-Jan-99 16:10:46 +NewFDConvert.info
  225.     2209    1011 54.2% 31-Jan-99 16:11:02 +NewMakeDefLibs.info
  226.    15676    8477 45.9% 31-Jan-99 16:05:48 +NewMakeDefLibs
  227.     2209    1007 54.4% 31-Jan-99 16:09:48 +OpenBlitz V1.32.info
  228.    36044   14543 59.6% 31-Jan-99 15:57:50 +OpenBlitz
  229.     4608    2064 55.2% 31-Jan-99 16:01:04 +OpenBlitz.guide
  230.     2837    1378 51.4% 31-Jan-99 16:09:48 +OpenBlitz.guide.info
  231.     1423     764 46.3% 31-Jan-99 16:09:48 +OpenBlitz.info
  232. -------- ------- ----- --------- --------
  233.   720127  314588 56.3% 08-Feb-99 01:07:00   110 files
  234.